home *** CD-ROM | disk | FTP | other *** search
- ;DO NOT change [Setup] OR the words BEFORE the "=" sign! DO however, change what is
- ;AFTER the "=" sign!
-
- [Setup]
- addonname=SAMPLE-ADDON
- addonver=X.X
- author=ME
- email=ME@MYISP.NET
- info=PUT A *SHORT* (Up to 100 chrs) DESCRIPTION OF YOUR ADDON HERE!
-
- ;DO NOT change [Install] but DO make the necessary changes to the rest of the below.
- ;Make sure you keep the "set %sample.adn <addon info>" but change it to the correct
- ;syntax for your addon (see C-Help -> Addons -> Rule #9)
-
- [Install]
- wincheck -a @AddonáSetup $center(450,180,@addonásetup) $wh(450,180,@addonásetup) Courier New 12
- echo @AddonáSetup C-Script Add-On Installation
- echo @AddonáSetup á
- echo @AddonáSetup Installing SAMPLE-ADDON vX.X by ME <ME@MYISP.NET> ...
- echo @AddonáSetup á
- set %sample.adn SAMPLE-ADDON vX.X by ME <ME@MYISP.NET>
- set %sample-addon.myvar1 whatever
- set %sample-addon.myvar2 anything
- set %sample-addon.anothervar1 something
- .load -rs $adn(sample.mrc)
- .save -rv sysfiles\remote\vars.mrc
- echo @AddonáSetup Installation Complete
- echo @AddonáSetup Type /blah for help on this addon